Q3Group_RemovePosition
You can use theQ3Group_RemovePosition
function to remove an object from a group.
TQ3Object Q3Group_RemovePosition ( TQ3GroupObject group, TQ3GroupPosition position);
group
- A group.
position
- A group position.
DESCRIPTION
TheQ3Group_RemovePosition
function removes the object having the group position specified by theposition
parameter from the group specified by thegroup
parameter. After you callQ3Group_RemovePosition
, the position specified by theposition
parameter is invalid.Q3Group_RemovePosition
returns, as its function result, the object removed from the group. If an error occurs when removing the object from the group,Q3Group_RemovePosition
returnsNULL
.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorInvalidPositionForGroup